[INFO] fetching crate cargotui 0.2.0...
[INFO] testing cargotui-0.2.0 against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] extracting crate cargotui 0.2.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate cargotui 0.2.0
[INFO] finished tweaking crates.io crate cargotui 0.2.0
[INFO] tweaked toml for crates.io crate cargotui 0.2.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate cargotui 0.2.0 on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate cargotui 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unicode-truncate v1.1.0
[INFO] [stderr]   Downloaded lru v0.12.5
[INFO] [stderr]   Downloaded instability v0.3.12
[INFO] [stderr]   Downloaded indoc v2.0.7
[INFO] [stderr]   Downloaded signal-hook-mio v0.2.5
[INFO] [stderr]   Downloaded rusty-fork v0.3.1
[INFO] [stderr]   Downloaded compact_str v0.8.1
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.47
[INFO] [stderr]   Downloaded crossterm v0.28.1
[INFO] [stderr]   Downloaded proptest v1.11.0
[INFO] [stderr]   Downloaded zerocopy v0.8.47
[INFO] [stderr]   Downloaded ratatui v0.29.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 06471992d2d5b1e49937ad49d8ec0bfc4bc07a6f2c4b87d0e37690aafd59c575
[INFO] running `Command { std: "docker" "start" "-a" "06471992d2d5b1e49937ad49d8ec0bfc4bc07a6f2c4b87d0e37690aafd59c575", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "06471992d2d5b1e49937ad49d8ec0bfc4bc07a6f2c4b87d0e37690aafd59c575", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06471992d2d5b1e49937ad49d8ec0bfc4bc07a6f2c4b87d0e37690aafd59c575", kill_on_drop: false }`
[INFO] [stdout] 06471992d2d5b1e49937ad49d8ec0bfc4bc07a6f2c4b87d0e37690aafd59c575
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cb1e380eda89aa3497f4215d8fb54990c6f0167fe7de3ddd40f0860c448e17a2
[INFO] running `Command { std: "docker" "start" "-a" "cb1e380eda89aa3497f4215d8fb54990c6f0167fe7de3ddd40f0860c448e17a2", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling cargotui v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `Error` is never constructed
[INFO] [stdout]    --> src/app.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 128 | pub enum AppMode {
[INFO] [stdout]     |          ------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 134 |     Error(String),
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `spec` is never read
[INFO] [stdout]    --> src/app.rs:140:9
[INFO] [stdout]     |
[INFO] [stdout] 139 | pub struct InputContext {
[INFO] [stdout]     |            ------------ field in this struct
[INFO] [stdout] 140 |     pub spec: crate::ui::input::InputSpec,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `can_launch_command` is never used
[INFO] [stdout]    --> src/app.rs:221:12
[INFO] [stdout]     |
[INFO] [stdout] 191 | impl App {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 221 |     pub fn can_launch_command(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `dependencies` is never read
[INFO] [stdout]   --> src/cargo/metadata.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct PackageInfo {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 12 |     pub dependencies: Vec<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PackageInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_tree` is never used
[INFO] [stdout]   --> src/cargo/metadata.rs:50:8
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub fn format_tree(tree: &MetadataTree) -> Vec<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `pass_count` is never used
[INFO] [stdout]   --> src/cargo/publish_validator.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl ValidationReport {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] 27 |     pub fn pass_count(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `task` is never read
[INFO] [stdout]   --> src/cargo/runner.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct RunnerHandle {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] 17 |     pub tx_kill: oneshot::Sender<()>,
[INFO] [stdout] 18 |     pub task: JoinHandle<ExitStatus>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `manifest` is never read
[INFO] [stdout]  --> src/cargo/workspace.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Workspace {
[INFO] [stdout]   |            --------- field in this struct
[INFO] [stdout] 5 |     pub root: PathBuf,
[INFO] [stdout] 6 |     pub manifest: Manifest,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name`, `members`, `dependencies`, `dev_dependencies`, `build_dependencies`, and `binaries` are never read
[INFO] [stdout]   --> src/cargo/workspace.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Manifest {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 10 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 11 |     pub members: Vec<String>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 12 |     pub dependencies: Vec<Dependency>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 13 |     pub dev_dependencies: Vec<Dependency>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 14 |     pub build_dependencies: Vec<Dependency>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |     pub binaries: Vec<BinaryTarget>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name`, `version`, and `section` are never read
[INFO] [stdout]   --> src/cargo/workspace.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct Dependency {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 19 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 20 |     pub version: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 21 |     pub section: DepSection,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `path` are never read
[INFO] [stdout]   --> src/cargo/workspace.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct BinaryTarget {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 32 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 33 |     pub path: Option<String>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `current` is never read
[INFO] [stdout]   --> src/ui/output.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct OutputBuffer {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] 12 |     pub history: VecDeque<CommandOutput>,
[INFO] [stdout] 13 |     pub current: usize,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `KeyBinding` is never constructed
[INFO] [stdout]   --> src/ui/status_bar.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct KeyBinding {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.01s
[INFO] running `Command { std: "docker" "inspect" "cb1e380eda89aa3497f4215d8fb54990c6f0167fe7de3ddd40f0860c448e17a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb1e380eda89aa3497f4215d8fb54990c6f0167fe7de3ddd40f0860c448e17a2", kill_on_drop: false }`
[INFO] [stdout] cb1e380eda89aa3497f4215d8fb54990c6f0167fe7de3ddd40f0860c448e17a2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 86453accb90c7c801fd9a4e7b28661d29069f2c18317e5229b0d85915158eac4
[INFO] running `Command { std: "docker" "start" "-a" "86453accb90c7c801fd9a4e7b28661d29069f2c18317e5229b0d85915158eac4", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stdout] error: linking with `cc` failed: signal: 6 (SIGABRT) (core dumped)
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/build/num-traits-6faff1e38fec3c13/rustcEa72Eg/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libautocfg-22756a69648bb107.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/build/num-traits-6faff1e38fec3c13/rustcEa72Eg/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/num-traits-6faff1e38fec3c13/build_script_build-6faff1e38fec3c13" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: Cannot create temporary file in /tmp/: No space left on device
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `num-traits` (build script) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "86453accb90c7c801fd9a4e7b28661d29069f2c18317e5229b0d85915158eac4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86453accb90c7c801fd9a4e7b28661d29069f2c18317e5229b0d85915158eac4", kill_on_drop: false }`
[INFO] [stdout] 86453accb90c7c801fd9a4e7b28661d29069f2c18317e5229b0d85915158eac4
